Class RegisterRecurringAccounttransOutput

Description

自動売上自動売上登録(口座振替) 出力パラメータクラス

Located in /com/gmo_pg/client/output/RegisterRecurringAccounttransOutput.php (line 11)

BaseOutput
   |
   --RegisterRecurringAccounttransOutput
Method Summary
 RegisterRecurringAccounttransOutput __construct ([IgnoreCaseMap $params = null])
 integer getAmount ()
 string getChargeDay ()
 string getChargeMonth ()
 string getChargeStartDate ()
 string getChargeStopDate ()
 string getMemberID ()
 string getMethod ()
 string getNextChargeDate ()
 string getPrintStr ()
 string getRecurringID ()
 string getShopID ()
 string getSiteID ()
 integer getTax ()
 void setAmount (integer $amount)
 void setChargeDay (string $chargeDay)
 void setChargeMonth (string $chargeMonth)
 void setChargeStartDate (string $chargeStartDate)
 void setChargeStopDate (string $chargeStopDate)
 void setMemberID (string $memberID)
 void setMethod (string $method)
 void setNextChargeDate (string $nextChargeDate)
 void setPrintStr (string $printStr)
 void setRecurringID (string $recurringID)
 void setShopID (string $shopID)
 void setSiteID (string $siteID)
 void setTax (integer $tax)
 string toString ()
Methods
Constructor __construct (line 72)

コンストラクタ

  • access: public
RegisterRecurringAccounttransOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getAmount (line 115)

利用金額取得

  • return: 利用金額
  • access: public
integer getAmount ()
getChargeDay (line 129)

課金日取得

  • return: 課金日
  • access: public
string getChargeDay ()
getChargeMonth (line 136)

課金月取得

  • return: 課金月
  • access: public
string getChargeMonth ()
getChargeStartDate (line 143)

課金開始日取得

  • return: 課金開始日
  • access: public
string getChargeStartDate ()
getChargeStopDate (line 150)

課金停止日取得

  • return: 課金停止日
  • access: public
string getChargeStopDate ()
getMemberID (line 178)

会員ID取得

  • return: 会員ID
  • access: public
string getMemberID ()
getMethod (line 164)

課金手段取得

  • return: 課金手段
  • access: public
string getMethod ()
getNextChargeDate (line 157)

次回課金日取得

  • return: 次回課金日
  • access: public
string getNextChargeDate ()
getPrintStr (line 185)

通帳記載内容取得

  • return: 通帳記載内容
  • access: public
string getPrintStr ()
getRecurringID (line 108)

自動売上ID取得

  • return: 自動売上ID
  • access: public
string getRecurringID ()
getShopID (line 101)

ショップID取得

  • return: ショップID
  • access: public
string getShopID ()
getSiteID (line 171)

サイトID取得

  • return: サイトID
  • access: public
string getSiteID ()
getTax (line 122)

税送料取得

  • return: 税送料
  • access: public
integer getTax ()
setAmount (line 210)

利用金額設定

  • access: public
void setAmount (integer $amount)
  • integer $amount
setChargeDay (line 226)

課金日設定

  • access: public
void setChargeDay (string $chargeDay)
  • string $chargeDay
setChargeMonth (line 234)

課金月設定

  • access: public
void setChargeMonth (string $chargeMonth)
  • string $chargeMonth
setChargeStartDate (line 242)

課金開始日設定

  • access: public
void setChargeStartDate (string $chargeStartDate)
  • string $chargeStartDate
setChargeStopDate (line 250)

課金停止日設定

  • access: public
void setChargeStopDate (string $chargeStopDate)
  • string $chargeStopDate
setMemberID (line 282)

会員ID設定

  • access: public
void setMemberID (string $memberID)
  • string $memberID
setMethod (line 266)

課金手段設定

  • access: public
void setMethod (string $method)
  • string $method
setNextChargeDate (line 258)

次回課金日設定

  • access: public
void setNextChargeDate (string $nextChargeDate)
  • string $nextChargeDate
setPrintStr (line 290)

通帳記載内容設定

  • access: public
void setPrintStr (string $printStr)
  • string $printStr
setRecurringID (line 202)

自動売上ID設定

  • access: public
void setRecurringID (string $recurringID)
  • string $recurringID
setShopID (line 194)

ショップID設定

  • access: public
void setShopID (string $shopID)
  • string $shopID
setSiteID (line 274)

サイトID設定

  • access: public
void setSiteID (string $siteID)
  • string $siteID
setTax (line 218)

税送料設定

  • access: public
void setTax (integer $tax)
  • integer $tax
toString (line 301)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 20:00:22 +0900 by phpDocumentor 1.4.3